Check If a Folder Is Empty
Description
Check if a folder is empty is a Process Entry in the Conditions Plugin for Process Studio Processes. This process entry checks if a folder is empty i.e. there are no regular files or sub - folders in the folder.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
2 | Folder name | The name of the folder to verify for emptiness. |
3 | Limit search to | Limits the search for files to those with a certain wildcard (regular expression) |
4 | Wildcard | The wildcard (regular expression) to limit the files to look for with, for example: .*\.txt$ |